runtime.linearAlloc.init (method)

3 uses

	runtime (current package)
		malloc.go#L577: 			mheap_.heapArenaAlloc.init(meta, arenaMetaSize, true)
		malloc.go#L614: 				mheap_.arena.init(uintptr(a), size, false)
		malloc.go#L2025: func (l *linearAlloc) init(base, size uintptr, mapMemory bool) {